home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.poz == "c")
- {
- if(_root.draglej == 55)
- {
- _root.stopdragall();
- _root.itembar_remove(55);
- _root.ii55 = 2;
- _root.venca.gotoAndPlay("srdce");
- _root.hideall();
- }
- else if(_root.draglej == 52)
- {
- _root.stopdragall();
- _root.itembar_remove(52);
- _root.ii52 = 3;
- _root.venca.gotoAndPlay("mozecek");
- _root.hideall();
- }
- else if(0 < _root.draglej)
- {
- if(eval("_root.mon_061_i" add _root.draglej add "_100") == undefined)
- {
- _root.d_venca.l = "mon_061_iundef_100";
- _root.d_venca.i = "go";
- }
- else
- {
- _root.d_venca.l = "mon_061_i" add _root.draglej add "_100";
- _root.d_venca.i = "go";
- }
- _root.stopdragall();
- _root.hideall();
- }
- else
- {
- if(_root.ii55 >= 2 && _root.ii52 >= 3)
- {
- _root.d_venca.l = "mon_061_after_100";
- _root.d_venca.i = "go";
- }
- else
- {
- _root.d_venca.l = "mon_061_100";
- _root.d_venca.i = "go";
- }
- _root.stopdragall();
- _root.hideall();
- }
- }
- else
- {
- _root.venca.gotoAndPlay(_root.poz add "c");
- _root.stopdragall();
- }
- }
-